home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PD Collection CD 1
/
PD Collection CD 1.iso
/
programer2
/
pascal
/
norcroft
/
!Pascal_h_typdat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-02-10
|
277 b
|
19 lines
(*
* Title: typdat.h
* Purpose: RISCOS-specific file type and date info.
*
*)
# ifndef __typdat_h
# define __typdat_h
type typdat_ptr = ^typdat;
typdat = (* RISCOS type/date pair *)
record
ex, ld : integer
end;
# endif
(* end typdat.h *)